Move crashtests under editor/ to editing/crashtests
Categories
(Core :: DOM: Editor, task, P3)
Tracking
()
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 1 open bug, )
Details
(Keywords: leave-open)
Attachments
(35 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
The test used CRLF. Therefore, you may see all lines are changed.
Depends on D124846
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D124847
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D124848
Assignee | ||
Comment 5•4 years ago
|
||
Depends on D124849
Assignee | ||
Comment 6•4 years ago
|
||
Depends on D124850
Assignee | ||
Comment 7•4 years ago
|
||
Depends on D124851
Assignee | ||
Comment 8•4 years ago
|
||
Depends on D124852
Assignee | ||
Comment 9•4 years ago
|
||
Depends on D124853
Assignee | ||
Comment 10•4 years ago
|
||
Depends on D124854
Comment 11•4 years ago
|
||
Comment 13•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/232802020e08
https://hg.mozilla.org/mozilla-central/rev/3da11343fbf2
https://hg.mozilla.org/mozilla-central/rev/d97f699612eb
https://hg.mozilla.org/mozilla-central/rev/f744eb441242
https://hg.mozilla.org/mozilla-central/rev/b7e917f0c9cc
https://hg.mozilla.org/mozilla-central/rev/105b4e292d99
https://hg.mozilla.org/mozilla-central/rev/dcd667a9d8e6
https://hg.mozilla.org/mozilla-central/rev/0b7cd5022143
https://hg.mozilla.org/mozilla-central/rev/1cbe007d5c33
https://hg.mozilla.org/mozilla-central/rev/044710dfd5d1
Assignee | ||
Comment 15•4 years ago
|
||
The test requires to support allowing nested execCommand
if we want to run
completely. From point of view of the purose of crashtests, we should allow
it for testing in more complicated situation. Therefore, this patch allows
it while the test is running by the pref.
Assignee | ||
Comment 16•4 years ago
|
||
Depends on D125914
Assignee | ||
Comment 17•4 years ago
|
||
Depends on D125915
Assignee | ||
Comment 18•4 years ago
|
||
Depends on D125916
Assignee | ||
Comment 19•4 years ago
|
||
Depends on D125917
Assignee | ||
Comment 20•4 years ago
|
||
Depends on D125918
Assignee | ||
Comment 21•4 years ago
|
||
Depends on D125919
Assignee | ||
Comment 22•4 years ago
|
||
I think that the crashtests marked as needs-focus
should wait focus
event
in the document. I think that focus
event is fired only when the window has
focus (*1) and Element.focus()
steals focus unless chrome UI has focus (*2).
If the testing document hasn't get focus yet, focus
event will be dispatched
later (*3).
1: https://searchfox.org/mozilla-central/rev/d8d7539593d5a3071841289dee72f971650073ce/dom/base/nsFocusManager.cpp#1672-1681
2: https://searchfox.org/mozilla-central/rev/d8d7539593d5a3071841289dee72f971650073ce/dom/base/nsFocusManager.cpp#1683-1691
3: https://searchfox.org/mozilla-central/rev/d8d7539593d5a3071841289dee72f971650073ce/dom/base/nsFocusManager.cpp#759-777
Depends on D125920
Comment 23•4 years ago
|
||
Comment 24•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4b96fdb4c8f7
https://hg.mozilla.org/mozilla-central/rev/48943ed3ffd0
https://hg.mozilla.org/mozilla-central/rev/68f6d9d84d82
https://hg.mozilla.org/mozilla-central/rev/b14b5f1f3a98
https://hg.mozilla.org/mozilla-central/rev/5e31e98f09af
https://hg.mozilla.org/mozilla-central/rev/8178c73014a9
https://hg.mozilla.org/mozilla-central/rev/1c196e74bfc9
https://hg.mozilla.org/mozilla-central/rev/9de37f824fef
Assignee | ||
Comment 27•4 years ago
|
||
Assignee | ||
Comment 28•4 years ago
|
||
Depends on D127507
Assignee | ||
Comment 29•4 years ago
|
||
Depends on D127508
Assignee | ||
Comment 30•4 years ago
|
||
Depends on D127509
Assignee | ||
Comment 31•4 years ago
|
||
Depends on D127510
Assignee | ||
Comment 32•4 years ago
|
||
Depends on D127511
Comment 33•4 years ago
|
||
Comment 35•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7765e08df4fa
https://hg.mozilla.org/mozilla-central/rev/b52d6f61c208
https://hg.mozilla.org/mozilla-central/rev/8fa7d9e2a4c9
https://hg.mozilla.org/mozilla-central/rev/b849c1dd7585
https://hg.mozilla.org/mozilla-central/rev/057de5e308fe
https://hg.mozilla.org/mozilla-central/rev/16d0c8cdc167
Assignee | ||
Comment 37•4 years ago
|
||
Assignee | ||
Comment 38•4 years ago
|
||
Depends on D129581
Assignee | ||
Comment 39•4 years ago
|
||
Depends on D129582
Assignee | ||
Comment 40•4 years ago
|
||
Depends on D129583
Assignee | ||
Comment 41•4 years ago
|
||
Depends on D129584
Assignee | ||
Comment 42•4 years ago
|
||
Depends on D129585
Comment 43•4 years ago
|
||
Comment 45•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/97e71464e24e
https://hg.mozilla.org/mozilla-central/rev/f23111778411
https://hg.mozilla.org/mozilla-central/rev/113669447639
https://hg.mozilla.org/mozilla-central/rev/6e9d68ba9c21
https://hg.mozilla.org/mozilla-central/rev/d209f3ee4d5b
https://hg.mozilla.org/mozilla-central/rev/c974b2b8004c
Assignee | ||
Comment 47•3 years ago
|
||
Assignee | ||
Comment 48•3 years ago
|
||
Depends on D141324
Assignee | ||
Comment 49•3 years ago
|
||
Depends on D141325
Assignee | ||
Comment 50•3 years ago
|
||
Depends on D141326
Assignee | ||
Comment 51•3 years ago
|
||
Depends on D141327
Comment 52•3 years ago
|
||
Comment 53•3 years ago
|
||
bugherder |
Comment 56•3 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:hsivonen, maybe it's time to close this bug?
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 57•3 years ago
|
||
No, we should keep moving them to WPT at least for *.html
.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Description
•